Welcome![Sign In][Sign Up]
Location:
Search - RSA code

Search list

[VC/MFCRSA

Description: 应用编码与计算机密码学program 《应用编码与计算机密码学》程序 RSA算法源代码-Applied Cryptography and computer coding program " Applied Cryptography and computer coding" procedure RSA algorithm source code
Platform: | Size: 343040 | Author: wangjing | Hits:

[Windows DevelopRSA

Description: RSA加解密,南京理工大学密码学实验的源程序代码-RSA encryption and decryption, Nanjing University of Technology and Engineering Cryptography Experiment Source Code
Platform: | Size: 1942528 | Author: liming | Hits:

[Crack HackRSA

Description: RSA Code / Decode Algorithm-RSA Code/Decode Algorithm
Platform: | Size: 859136 | Author: adibra | Hits:

[matlabRSA-digital-signature

Description: RSA 数字签名 matlab实现 是密码学中一个重要的签名算法-RSA digital signature cryptography matlab implementation are an important signature algorithm
Platform: | Size: 1024 | Author: xiaotiantian | Hits:

[matlabRSA-public-key-cryptosystem

Description: RSA公钥密码体制的matlab实现,这是密码学的加密算法之一-RSA public-key cryptosystem implementation of matlab, Cryptography This is one of the encryption algorithm
Platform: | Size: 1024 | Author: xiaotiantian | Hits:

[Crack Hackrsa

Description: 一个独立纯C文件,两千多行代码,控制台界面实现RSA加密解密功能,调试通过-An independent pure C files, more than 2000 lines of code, the console interface RSA encryption and decryption functions, debugging through
Platform: | Size: 6144 | Author: lichen | Hits:

[Crack Hackrsa

Description: 这是RSA算法的原代码实现应该直接能用,已调试好-This is the original RSA algorithm implementation code can be used directly, has good debugging
Platform: | Size: 3260416 | Author: demon | Hits:

[CA authrsa2

Description: code of encryption rsa with matlab
Platform: | Size: 3072 | Author: ami2008 | Hits:

[Crack Hackrsa

Description: RSA.CPP原码 速度还可以 想要的话就下吧 没什么可说的了-RSA.CPP the speed of the original code can also be
Platform: | Size: 3072 | Author: DFE | Hits:

[JSP/JavaRSA

Description: rsa code encryption encryption
Platform: | Size: 1024 | Author: ariqi | Hits:

[CA authrsa

Description: 毕业设计-RSA算法(源代码+论文+ppt)-Graduation Project-RSA algorithm (source code+ thesis+ ppt)
Platform: | Size: 3119104 | Author: yuchao | Hits:

[Crack HackRSA-c

Description: RSA c 源码 可用于密钥加密 数字签名-RSA C source code
Platform: | Size: 9216 | Author: yuyulai | Hits:

[Crack HackRSA

Description: RSA数字签名算法源码RSA digital signature algorithm source code-RSA digital signature algorithm source code
Platform: | Size: 16384 | Author: liuyulin | Hits:

[Crack Hackrsa

Description: 用VHDL求rsa加密系统的密钥D(辗转相除法)-Using VHDL for rsa key encryption system D(Division algorithm)
Platform: | Size: 2384896 | Author: 齐娜 | Hits:

[Crack HackRSA

Description: rsa加密的源代码,能随机产生200位的素数-rsa encryption source code can be randomly generated 200 of the prime number. . . . . . .
Platform: | Size: 1918976 | Author: 李凯 | Hits:

[Crack HackRSA

Description: RSA算法实验报告和代码 1.选取两个素数p,q(不可相差悬殊) 2.计算n=pq,f(n)=(p-1)(q-1) 3.选取e,满足1<e<f(n),则gcd(e,f(n))=1 4.计算d,满足de=1 mod f(n)。一般d>=[n的四分之一方],(e,n)为公钥,(p,q,d)为私钥,将明文0,1序列分组,使每组十进制小于n。c=[m的e次方] mod n,m=[c的d次方] mod n。-RSA algorithm and code an experimental report. Choose two primes p, q (non-significant differences between) 2. Calculate n = pq, f (n) = (p-1) (q-1) 3. Select the e, to satisfy a <e<f(n),则gcd(e,f(n))=1 4.计算d,满足de=1 mod f(n)。一般d> = [n the fourth side], (e, n) for the public key, (p, q, d) for the private key will be expressly 0,1 sequence packet, so that each of the decimal is less than n. c = [m of the e-th power] mod n, m = [c of the d-th power] mod n.
Platform: | Size: 81920 | Author: jhp627 | Hits:

[Crack HackRSA

Description: 利用C语言编写的RSA加解密代码,实现了基本的RSA加解密过程,主要是大数运算的实现以及质数的求解-Written in C language using RSA encryption and decryption code, and to achieve the basic RSA encryption and decryption process, the key is the realization of operations of large numbers, as well as the number of solution quality
Platform: | Size: 618496 | Author: 佘曼桂 | Hits:

[Delphi VCLRSA

Description: implementation of RSA algorithm, source code
Platform: | Size: 128000 | Author: strannik | Hits:

[Crack HackResearch-And-Development-Of-RSA-File-Encryption.ra

Description: 分析RSA算法的应用现状,论证文件加密应用RSA算法的可行性和意义。设计一套完整实用的RSA文件加密解决方案,具体编码实现。对RSA算法进行研究,从常规RSA算法出发,用C++实现RSA加密算法类库,并在32位windows平台封装成组件。在.Net平台引用此组件,实现可以对任意文件进行RSA加密操作的窗体应用程序。经过加密的文件以及密钥文件都是文本文件。给出关键类类图、整个应用程序的结构描述文档、关键模块流程图、较详细的接口文档、所有源代码。对应用程序进行测试,对测试结果进行分析研究,进而对应用程序进行改进,对关键算法进行尽可能的优化,最终得到一个在windows运行的可以用指定密钥对任意文件进行RSA加密并可解密的完整应用程序,和一些相关的可移植组件。-Do research about the application area of RSA encryption and reason that RSA can be used for file encryption. Design a RSA file-encrypt solution and complete an application on Microsoft Windows™ . Design a C++ class based on normal RSA algorithm. And make a DLL module based on the class. Then complete a .Net Framework™ window-application using that DLL. The application can encrypt any file and decrypt them. The file after encryption can be saved as a text file. And the encryption-keys also can be saved as text.Provide pivotal classes chart, project description, core algorithm flowchart, all source code, and module interfaces document. Do application performance test and record the performance data. Analyze the result then optimize core algorithm and improve the application. Finally, create a practical application using RSA algorithm that can encrypt and decrypt any file. And several modules in the project can be reuse by other applications. For instance, the C++ class can be
Platform: | Size: 1044480 | Author: 张波 | Hits:

[Windows DevelopRSA

Description: RSA加密算法,可以实现实现128,256,512,1024,2048位的RSA加密解密运算-Use vc++ Realize RSA encryption and decryption algorithm source code.RSA digital signature algorithm of RSA
Platform: | Size: 23552 | Author: MR.name | Hits:
« 1 2 3 45 6 7 8 9 10 ... 29 »

CodeBus www.codebus.net